home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1813 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  344 b   |  12 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 2)
  5.       {
  6.          _root.txt_number = 1;
  7.          _root.next_dis1 = 2;
  8.          _root.next_txt1 = "That\'s the Junior Campus.  Nothing really over that I\'ll need.  Besides, I\'m not risking crossing this dangerous street.";
  9.       }
  10.    }
  11. }
  12.